home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
MIXTREE.PAK
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1997-05-06
|
562b
|
16 lines
#----------------------------------------------------------------------------
# Borland C++
# Copyright (c) 1987, 1996 Borland International Inc. All Rights Reserved.
# examples\series\mixtree\makefile
#----------------------------------------------------------------------------
SYSTEMS = WIN32
OSMAJOR = 4
OSMINOR = 0
EXERES = mixtree
CPCH = -Hc -H"windows.h" -H=mixtree.csm
OBJEXE = mixtree.obj winmain.obj init.obj about.obj dispatch.obj misc.obj\
iteminfo.obj mixinfo.obj mixline.obj
!include $(BCEXAMPLEDIR)\makefile.gen